/**
 *                             _ooOoo_
 *                            o8888888o
 *                            88" . "88
 *                            (| -_- |)
 *                            O\  =  /O
 *                         ____/`---'\____
 *                       .'  \\|     |//  `.
 *                      /  \\|||  :  |||//  \
 *                     /  _||||| -:- |||||-  \
 *                     |   | \\\  -  /// |   |
 *                     | \_|  ''\---/''  |   |
 *                     \  .-\__  `-`  ___/-. /
 *                   ___`. .'  /--.--\  `. . __
 *                ."" '<  `.___\_<|>_/___.'  >'"".
 *               | | :  `- \`.;`\ _ /`;.`/ - ` : | |
 *               \  \ `-.   \_ __\ /__ _/   .-` /  /
 *          ======`-.____`-.___\_____/___.-`____.-'======
 *                             `=---='
 *          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 *                     佛祖保佑        永无BUG
 *            佛曰:
 *                   写字楼里写字间，写字间里程序员；
 *                   程序人员写程序，又拿程序换酒钱。
 *                   酒醒只在网上坐，酒醉还来网下眠；
 *                   酒醉酒醒日复日，网上网下年复年。
 *                   但愿老死电脑间，不愿鞠躬老板前；
 *                   奔驰宝马贵者趣，公交自行程序员。
 *                   别人笑我忒疯癫，我笑自己命太贱；
 *                   不见满街漂亮妹，哪个归得程序员？
*/

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "hyf2gj";
    src: url("hyf2gj.TTF")
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    display: block;
    border: 0;
}

a {
    text-decoration: none;
}

body,
html {
    font-family: "微软雅黑";
    font-size: 13px;
    color: #3f3f3f;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.top {
    width: 100%;
    height: 182px;
    background: url(top-bg.png) no-repeat center;
}

.content {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.top img {
    float: left;
    padding-top: 58px;
    padding-left: 127px;
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #006ebb;
    font-size: 17px;
}

.nav li {
    float: left;
    width: 125px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav li a {
    color: #fff;
    width: 125px;
    height: 50px;
    display: block;
}

.nav li a:hover {
    background-color: #018bed;
}

.banner {
    /* background: url(banner.png) no-repeat center; */
    width: 100%;
    height: 420px;
}

.hs {
    width: 100%;
    height: 380px;
    background: url(hs.png) repeat;
}

.hs_top {
    width: 100%;
    height: 53px;
    padding-top: 10px;
}

.hs_t_border {
    width: 100%;
    height: 2px;
    background: url(border-b.png) repeat;
}

.hs_top p {
    float: left;
    border-radius: 3px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #0178bc;
    line-height: 30px;
    background-color: #fff;
    font-size: 13px;
}

.hs_top p a {
    color: #0078bb;
}

.hs_top p span {
    float: left;
}

.hs_top p img {
    padding: 7px;
    float: left;
}

.zgsx {
    width: 100px;
}

.zjzw {
    width: 132px;
}

.zjgg {
    width: 145px;
}
.ysqgk{
	width:105px;
}
.hs_left,
.hs_right {
    width: 640px;
    float: left;
    padding-top: 12px;
}

.hs_left {
    margin-right: 20px;
}

.tab-ul {
    width: 100%;
    height: 42px;
}

.tab-ul li {
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    float: left;
    font-size: 17px;
    cursor: pointer;
}

.tab-ul .active {
    background-color: #0178bc;
    color: #fff;
}

.tab-div {
    padding: 0 16px;
}

.tab-div div {
    display: none;
}
#tab2 p{display:none;}
#tab2 .show{display:block;}
.tab-div .show {
    display: block;
}

.bm-31 {
    margin-bottom: 31px;
}

.bm-12 {
    margin-bottom: 12px;
}

.content-ty {
    width: 640px;
    min-height: 248px;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    float: left;
}

.fr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.ty-header {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f9f9f9;
    line-height: 42px;
    margin-bottom: 12px;
}

.ty-header p {
    float: left;
    background-color: #0178bc;
    color: #fff;
    padding: 0 12px;
    font-size: 17px;
}

.ty-ul {
    margin-right: 4px;
}

.ty-ul li {
    float: left;
    margin-right: 12px;
    font-size: 13px;
    color: #3F3F3F;
    cursor: pointer;
}

.ty-ul li a {
    color: #3F3F3F;
}

.ty-ul .active a {
    color: #c2151b;
}

.ditu {
    width: 300px;
    height: 248px;
    background-color: #f5f5f5;
}

.con-end {
    width: 980px;
    height: 248px;
    border: 1px solid #e4e4e4;
}

.f9f9f9 {
    background-color: #f9f9f9f9;
}

.mb5 {
    margin-bottom: 5px;
}

.intab {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 34px;
}

.intab li {
    float: left;
    padding: 0 5px;
    font-size: 13px;
    color: #464646;
    font-weight: 800;
    position: relative;
    cursor: pointer;
}

.intab li a {
    color: #464646;
}

.intab .active a {
    color: #c3141c;
}

.intab li span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0px;
    background-color: #c3141c;
    display: none;
}

.indiv li {
    display: none;
}

.link {
    width: 100%;
    height: 36px;
    float: left;
    margin-top: 20px;
}

.foot {
    width: 100%;
    height: 80px;
    border-top: 2px solid #1492ff;
    background-color: #eee;
    margin-top: 12px;
    position: relative;
    padding-top: 24px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dqwz {
    width: 100%;
    height: 58px;
}

.c-left {
    margin-right: 20px;
    width: 242px;
    min-height: 500px;
    border: 1px solid #e4e4e4;
}

.c-right {
    width: 1038px;
    min-height: 500px;
    border: 1px solid #e4e4e4;
}

.dqlm {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: url(dqlm-bg.png) no-repeat center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.ejlm {
    width: 100%;
    height: auto;
    padding: 12px 10px;
}


/*
                                MMMMM
                                  MMMMMM
                                    MMMMMMM
                                     MMMMMMMM     .
                                      MMMMMMMMM
                                      HMMMMMMMMMM
                                       MMMMMMMMMMMM  M
                                       MMMMMMMMMMMMM  M
                                        MMMMMMMMMMMMM  M
                                        MMMMMMMMMMMMM:
                                        oMMMMMMMMMMMMMM
              .MMMMMMMMMMMMMMo           MMMMMMMMMMMMMMM M
        MMMMMMMMMMMMMMMMMMMMMMMMMMM      MMMMMMMMMMMMMMMM
          MMMMMMMMMMMMMMMMMMMMMMMMMMMM.  oMMMMMMMMMMMMMMM.M
            MMMMMMMMMMMMMMMMMMMMMMMMMMMM  MMMMMMMMMMMMMMMM
              MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
                oMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
                  MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
                    MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM:                     H
                     MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM                  .         MMM
                      MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM              M       MMMMMM
                       .MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM          M   MMMMMMMMMM
                MM.      MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM       M MMMMMMMMMMMM
                    MM    MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM    .MMMMMMMMMMMMMM
                      MM  MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
                        MM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
               .MMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMM.MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
                  HMMMMMMMMMMMMMMMMMMMMM.MMMMMMMMM.MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
                     MMMMMMMMMMMMMMM MMM.oMMMMMMM..MMMMMMMMM:MMMMMMMMMMMMMMMMMMMMMMM
                       MMMMMMMMMMMMMM MM..MMMMMMM...MMMMMMM. MMMMMMMMMMMMMMMMMMMMM
                         MMMMMMMMMMMMMMM ..MMMMMM...MMMMMM ..MMMMMMMMMMMMMMMMMMM
                          MMMMMMM:M.MMM.M.. MMMMM M..MMMMM...MMMMMMMMMMMMMMMMMM  MMM
                            MMMM. .M..MM.M...MMMMMM..MMMMM.. MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM .
                             MMMM..M....M.....:MMM .MMMMMM..MMMMMMM...MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
                              MMM.M.. ...M......MM.MMMMM.......MHM.M  .MMMMMMMMMMMMMMMMMMMMMMMMM
                         MMMMMMMM..MM. . MMM.....MMMMMM.M.....M ..MM..M MMMMMMMMMMMMMMMMMMM
                            .MMMMMHMM. ..MMMM. MMM............o..... . .MMMMMMMMMMMMMMM
                               MMM. M... .........................M..:.MMMMMMMMMMMM
                                 oMMM............ .................M.M.MMMMMMMMM
                                    .....MM........................ . MMMMMM
                                   M.....M.....................o.MM.MMMMMMMM.
                                    M........................M.. ...MMMMMMMMMMMMMo
                                      :....MMM..............MMM..oMMMMMMM
                                       M...MMM.............MMMMMMM
                                          .............:MMMMMMMM
                                          M..... MMM.....M
                                          M M.............
                                          ................M
                                       ooM.................MM  MoMMMMMoooM
                                  MMoooM......................MoooooooH..oMM
                              MHooooMoM.....................MMooooooM........M
                            oooooooMoooM......... o........MoooooooM............
                            Mooooooooooo.......M.........Moooooooo:..............M
                           MooMoooooooooM...M........:Mooooooooooo:..............M
                          M..oooooooooooo .........Mooooooooooooooo..............M
                         M...Mooo:oooooooo.M....ooooooooooooooooooo..M...........M
                          ...oooooMoooooooM..Mooooooooooooo:oooooooM.M...........M.
                         M...ooooooMoo:ooooMoooooooooooooHoooooooooH:M. ...........:
                         M..MoooooooMoooooooooooooooooo:ooooooMooooMoM..............M
                         M..ooooooooooMooooooooooooooHoooooooMooHooooM...............M
                         ...ooooooooooooooooooo:MooooooooooooooMoMoooM................
                        M...oooooooooooooooooooooooooooooooooooooMooMM................M
                        ...MooooooooooooooooooooooooooooooooooooooooMo ................
                        ...MooooooooooooooooooooooooooooooooooooooooM M................M
                       M...ooooooooooooooooooooooooooooooooooooooooM   ................M
                       ...MoooooooooooooooooooooooooooooooooooooooMM   .:...............
                       .....MooooooooooooooooooooooooooooooooooooMoo       .............M
                       M...... ooooooooooooooooooooooooooooooooooooM       M..............M
                       M........MooooMMM MM MM  MMMMMMMMMooooooooM         M...............M
                       .........HM     M:  MM :MMMMMM          M           M...............
                      M..........M     M   MoM M                           M................M
                      M.........:M  MoH  M M M MooooHoooMM.   M             M...............M
                      M..........Moooo MMooM    oooooMooooooooM              M..............H
                      M.........MooooM  Mooo  : ooooooMooooMoooM              M........ . .o.M
                      H..  .....ooooo   oooo  M MooooooooooooooM               M... MMMMMMMMMMM
                      MMMMMMMMMMooooM M oooo  .  ooooooMooooooooM              .MMMMMMMMMMMMMMM
                      MMMMMMMMMMooooH : ooooH    oooooooooooooooo               MMMMMMMMMMMMMMM
                      MMMMMMMMMMoooo    ooooM    Moooooooooooooooo              .MMMMMMMMMMMMMMM
                      MMMMMMMMMMoooo    ooooM    MooooooooooooooooM              MMMMMMMMMMMMMMM
                      MMMMMMMMMMoooM    ooooM     ooooooooooooooooo               MMMMMMMMMMM:M
                      MMMMMMMMMMoooM   MooooM     oooooooooooMoooooo               MH...........
                       . ......Mooo.   MooooM     oooooooooooooooooo              M............M
                      M.M......oooo    MooooM     Moooooooooooooooooo:           .........M.....
                      M.M.....Moooo    MooooM      ooooooooooooooooooM            .M............
                      .......MooooH    MooooM      oooooooooMoooooooooo          M..o...M..o....M
                      .o....HMooooM    MooooH      MooooooooMooooooooooM          .:M...M.......M
                     M..M.....MoooM    :oooo:    .MooooooooHooMoooooooooM         M M... ..oM.M
                      M...M.:.Mooo. MMMMooooo   oooooooooooMoooooooooooooM          ....M. M
                       M:M..o.Moooooooooooooo MooooooooooooooMooooooooooooM          .Mo
                              MooooooooooooooMooooooooooooMoMoooooooooooooo
                              Mooooooooooooooo:ooooooooooooooooooooooooooooo
                              ooooooooooooooooMooooooooooMoooooooooooooooooo
                              ooooooooooooooooMoooooooooooMooooooooooooooooHo
                              ooMooooooooooooooMoooooooooooooooooooooooooooMoM
                             MooMoooooooooooooo.ooooooooooooooooooooooooooo:oM
                             MoooooooooooooooooooooooooooooooooooooooooooooooM
                             MoooMooooooooooooooMooooooooooooooooooooooooooooo.
                             MoooMooooooooooooooMoooooooooooooooooooooooooMooooM
                             MooooooooooooooooooMoooooooooooooooooooooooooMoooooM
                             MooooMoooooooooooooMoooooooooooooooooooooooooMoHooooM
                             ooooooMooooooooooooooooooooooooooooooooooooooooMoMoooM
                            MooooooooooooooooooooMooooooooooooooooooooooooooMoooooH:
                            MoooooooMooooooooooooMoooooooooooooooooooooooooooooHoooM
                            MooooooooMoooooooooooMoooooooooooooooooooooooooMoooMooooM
                            Moooooooooooooooooooooooooooooooooooooooooooooo.oooMooooo
                            MoooooooooooooooooooooooooooooooooooooooooooooMoooooooooM
                             MooooooooooooooooooooMoooooooooooooooooooooooooooooooooM
                              MooooooooooooooooooooMHooooooooooooooooooooMoooo:ooooo
                               MMooooooooooooooooooMoMHoooooooooooooooooooooooMooooo
                                MMoooooooooooooooMMooo MMooooooooooooooooooooooooooM
                                MMMoooooooooooooMooooo  oooooooooooooooooooooMooooo
                                MooMMoooooooooMoooMMoM  ooooHooooooooooooooooMooooM
                                MooooMooooooMooooMoooM  MoooooMoooooooooooooMooooo
                                ooooooMMooooooooMooooM  MoooooooooMooooooooooooooM
                                HooooooMoooooooMooooM    HoooooooHooMooooooooooooo
                                 oooMoooooooooHoooM         MoooooooooMoooooooooM
                                  HooooooooooooHM             MooooooooMMoooooooM
                                   MMMMMMMMMMMMMM                Moooooo:MooooHMM
                                    MMMMMMM: ...                  MMMMMMMMMMMMMM
                                   M............M                  MMMMMMMMM ....
                                   M.MM..........                  M.............M
                                M ..............MM                 M..............
                             MMMMM............MMMM                 ..MMMMMMMM ....M
                           MMMMMMMMMMMMMMMMMMMMMMMM               MMMMMMMMMMMMM...M
                        .MMMMMMMMMMMMMMMMMMMMMMMMMM               MMMMMMMMMMMMMMMMMM
                        MMMMMMMMMMMMMMMMMMMMMMMMM                MMMMMMMMMMMMMMMMMMM
                        :MMMMMMMMMMMMMMMMMMH                     MMMMMMMMMMMMMMMMMMM
                           By EBEN Jérôme                        MMMMMMMMMMMMMMMMMM
                                                                 MMMMMMMMMMMMMMM
                                                                  HMMMMMM

        */

.tjlm {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 42px;
    font-size: 15px;
}

.tjlm p {
    padding: 0 17px;
    background-color: #006ebb;
    color: #fff;
}

.ajaxlb {
    width: 100%;
    height: auto;
}

.gc-lb li {
    float: left;
    width: 33%;
}

.gc-lb li span {
    width: 68px;
    height: 63px;
    display: block;
    margin: 0 auto;
}

.gc-lb li p {
    text-align: center;
    margin-top: 17px;
}

.gc-lb a {
    color: #595959;
    font-size: 15px;
}

.link select {
    width: 100%;
    height: 34px;
    border: none;
    outline: none;
    line-height: 34px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 15px;
    padding-left: 20px;
}

.xgselec {
    width: 310px;
    height: 36px;
    border: 1px solid #dfdfdf;
    position: relative;
    float: left;
    margin-right: 20px;
}

.ml-0 {
    margin: 0;
}

.xgselec:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(xia.png) no-repeat center;
    position: absolute;
    right: 5px;
    top: 5px;
    pointer-events: none;
}

.foot p {
    text-align: center;
    color: #3d3d3d;
}
.zmhd{
	display: none;
}
.foot i {
    position: absolute;
    width: 51px;
    height: 60px;
    left: 75%;
    top: 3%;
}
/*
                       .::::.
                     .::::::::.
                    :::::::::::
                 ..:::::::::::'
              '::::::::::::'
                .::::::::::
           '::::::::::::::..
                ..::::::::::::.
              ``::::::::::::::::
               ::::``:::::::::'        .:::.
              ::::'   ':::::'       .::::::::.
            .::::'      ::::     .:::::::'::::.
           .:::'       :::::  .:::::::::' ':::::.
          .::'        :::::.:::::::::'      ':::::.
         .::'         ::::::::::::::'         ``::::.
     ...:::           ::::::::::::'              ``::.
    ```` ':.          ':::::::::'                  ::::..
                       '.:::::'                    ':'````..
*/

/* 移动版样式 */
.mobile_type{
    width: 100vw;
    min-width: 100vw;
}
.mobile_type .yhzx{
    height: 10vw !important;
}
.mobile_type #login{
    width: 100vw !important;
    margin: 0 !important;
    height: 10vw !important;
}
.mobile_type .loginBtns {
    font-size: 4vw;
    margin-right: 8vw;
    line-height: 10vw;
}
.mobile_type .zmhd{
	display: block;
}
.mobile_type .loginItems {
    position: absolute;
    width: 25vw;
    height: 20vw;
    text-align: center;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3003/site/picture/0/2112101350158794250.png) no-repeat 0 -1px !important;
    font-size: 3vw;
    display: none;
    line-height: 30px;
    padding-top: 3vw;
    right: 0vw;
    border-bottom: none;
}
.mobile_type.top {
    height: 48vw;
}
.mobile_type .top img {
    padding: 12vw 0vw;
    width: 90vw;
    margin-left: 5vw;
}
.mobile_type .content {
    width: 100vw;
}

.mobile_type .nav{
    height: 26vw;
}
.mobile_type .oul {
    height: 26vw;
}
.mobile_type .nav .oul li {
    width: 25vw !important;
    height: 7vw;
    line-height: 7vw;
    margin-top: 1vw;
}
.mobile_type .nav .oul li a{
    height: 7vw;
    width: 25vw;
}
.mobile_type .nav .oul li:last-child {
    width: 35vw !important;
}
.mobile_type .nav .oul li:last-child a{
    width: 35vw;
}
.mobile_type .nav .oul li:first-child a img{
    margin-left: 8vw;
}
.mobile_type .oul span{
    display: none;
}
.mobile_type .nav li img {
    display: block;
    height: 4vw;
    margin: 1.5vw 3vw;
}
.mobile_type .banner{
    height: 21vw;
}
.mobile_type .banner img {
    width: 100%;
}
.mobile_type .lunboBlock .imagesBlock ul{
    height: 21vw;
}
.mobile_type .hs_top {
    height: 60vw;
    padding-top: 3vw;
}
.mobile_type .hs_top {
    height: 70vw;
    padding-top: 5vw;
}
.mobile_type .hs_top p {
    float: left;
    border-radius: 1vw;
    height: 9vw;
    margin-left: 3.3vw !important;
    margin-bottom: 2vw;
    border: 1px solid #0178bc;
    line-height: 9vw;
    background-color: #fff;
    font-size: 4vw;
    width: 45vw !important;
    margin-right: 0;
}
.mobile_type .hs_top p img {
    padding: 0;
    margin: 2vw;
    float: left;
    width: 5vw;
    height: 5vw;
}
.mobile_type .hs_topjs {
    float: left !important;
    width: 94vw !important;
    margin-left: 3vw;
    height: 8vw !important;
    margin-top: 6vw !important;
}
.mobile_type .input_text{
    width: 82vw !important;
    height: 8vw !important;
    line-height: 8vw !important;
    vertical-align: top;
    padding-left: 2vw !important;
}
.mobile_type .input_search {
    width: 10vw !important;
    height: 8vw !important;
}
.mobile_type #lovexin16,.mobile_type #lovexin17{
    display: none;
}
.mobile_type #pc_1,.mobile_type #pc_2,.mobile_type #pc_3,.mobile_type #pc_4 {
    display: none;
}
.mobile_type .hs_left,.mobile_type .hs_right{
    width: 100vw;
    padding-top: 4vw;
    margin-right: 0;
}
.mobile_type .tab-ul{
    margin-bottom: 0vw !important;
    width: 100%;
    height: auto !important;
}
.mobile_type .tab-ul::after{
    display: block;
    clear: both;
    content: '';
}
.mobile_type .tab-ul li{
    height: auto !important;
    line-height: 7vw;
    padding: 0 2vw;
    margin-right: 0;
    font-size: 4vw;
    margin: 2vw 0;
}
.mobile_type .xlzt span{
    display: none;
}
.mobile_type .tab-ul li img{
    height: 4vw;
}
.mobile_type #tab2 li:nth-child(3),.mobile_type #tab2 li:nth-child(4){
    display: none;
}
.mobile_type #tab2 p{
    padding-right: 3vw !important;
    line-height: 7vw !important;
    font-size: 4vw !important;
}
.mobile_type .ty-list table{
    margin-top: -2vw;
}
.mobile_type .ty-list li {
    padding: 0 0 0 4vw;
    height: auto !important;
    line-height: 6vw;
    background: url(ddd.png) no-repeat left center;
    font-size: 4vw;
    margin-top: 2vw;
}
.mobile_type .ty-list a {
    display: block;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 49vw;
}
.mobile_type .content-ty {
    width: 94vw !important;
    min-height: 70vw;
    border: none;
    float: left;
    margin: 2vw;
}
.mobile_type .ty-header {
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f9f9f9;
    line-height: 8vw;
    margin-bottom: 3vw;
}
.mobile_type .ty-header p {
    float: left;
    background-color: #0178bc;
    color: #fff;
    padding: 0 2vw;
    font-size: 4vw;
}
.mobile_type .ty-header p img{
    height: 4vw;
}
.mobile_type .mobile_type .ty-ul {
    margin-left: 3vw;
    margin-right: 0;
    margin-top: 3vw;
}
.mobile_type .ty-ul li {
    float: left;
    margin-right: 3vw;
    font-size: 3vw;
    color: #3F3F3F;
    cursor: pointer;
    height: auto;
    line-height: 5vw;
}
.mobile_type #tab3{
    height: auto !important;
}
.mobile_type .ty-ul {
    margin-top: 3vw;
    margin-left: 3vw;
}
.mobile_type #tab-div3,.mobile_type #tab-div4 {
    margin-top: 5vw;
}
.mobile_type .tab-div {
    padding: 0 3vw;
	margin-top: 0;
}
.mobile_type .con-end {
    width: 100vw !important;
    height: auto !important;
    border: none;
}
.mobile_type .intab {
    width: 100%;
    height: auto !important;
    border-bottom: none;
    line-height: 5vw;
}
.mobile_type.intab li {
    padding: 0 2vw;
    font-size: 3vw;
    font-weight: normal;
}
.mobile_type .indiv{
    margin-top: 4vw;
}
.mobile_type .ty-list a, .mobile_type .ty-list span {
    font-size: 4vw;
}


.mobile_type .intab li span{
    background-color: #fff;
}

.mobile_type #tab6,.mobile_type #tab8,.mobile_type #tab10 {
    float: left;
}
.mobile_type #tab-div6,.mobile_type #tab-div8,.mobile_type #tab-div10 {
    margin-top: 4vw;
}
.mobile_type .neiqian{
    display: none;
}
.mobile_type .link{
    margin-top: 0 !important;
    width: 96vw;
    height: 20vw;
    margin-left: 2vw;
    display: none;
}
.mobile_type .xgselec {
    width: 45vw;
    height: 8vw;
    margin-top: 2vw;
    margin-right: 0;
    /* border: 1px solid; */
    margin-left: 2vw;
}
.mobile_type .link select {
    width: 100%;
    height: auto !important;
    border: none;
    outline: none;
    line-height: 7vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 3vw;
    margin-left: 0;
    text-align: center;
}
.mobile_type .foot {
    width: 100%;
    height: 55vw;
    border-top: 2px solid #1492ff;
    background-color: #eee;
    margin-top: 4vw;
    position: relative;
    padding-top: 4vw;
    font-size: 3vw;
}

.mobile_type .foot .ggjy_dz{
    width: 20vw;
    height: 20vw;
    top: 50% !important;
    left: 19% !important;
}
.mobile_type .foot .ggjy_zc{
    top: 56% !important;
    left: 49% !important;
    width: 33vw;
    height: 13vw;
}

.mobile_type .foot .ggjy_dz img{
    width: auto;
    height: 100%;
}
.mobile_type #_span_jiucuo img {
    height: 100%;
    width: auto;
}
.mobile_type .ggjy_s {
    display: none;
}
.mobile_type .ggjy_dt {
    display: none;
}
.mobile_type #RightAd{
    display: none;
}
.mobile_type #LeftAd{
    display: none;
}


/* 老年版样式 */
.old_type .headlines {
    height: 260px;
    padding: 0;
    position: relative;
}

.old_type .headlines .headlines-container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.old_type .headLinesWrap {
    width: 1040px;
}


.old_type .headlines .tag-head {
    margin-right: 20px;
    position: relative;
    margin-top: 30px;
}

.old_type .headlines .tag-head span {
    display: block;
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 80px;
    min-height: 93px;
    font-size: 30px;
    line-height: 93px;
    padding: 0;
    box-sizing: border-box;
}

.old_type .headlines .tag-head img {
    width: 80px;
}

.old_type .headLinesWrap a {
    display: inline-block;
    padding-left: 20px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/40254/dian_on.png) no-repeat left center;
    background-size: 9px;
    line-height: 52px;
    font-size: 36px;
    color: #1492ff;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.old_type .headLinesWrap a:hover {
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/40254/dian_on.png) no-repeat left center;
    background-size: 9px;
    color: #1492ff;
    font-weight: bold;
}

.old_type .ts_more {
    position: absolute;
    display: inline-block;
    font-size: 24px;
    color: #1492ff;
}

/* cy */
.old_type .hs_top p {
    height: auto;
    line-height: 48px;
    width: auto !important;
    font-size: 24px;
    margin: 15px 20px;
  }
  .old_type .hs_top p img {
    margin-top: 9px;
  }
  .old_type .hs_top p span {
    float: left;
    padding: 0 3px;
  }
  .old_type .hs_topjs {
    width: auto !important;
    margin-right: 105px;
    margin-top: 15px;
  }
  .old_type #search-form {
    font-size: 24px;
  }
  .old_type .input_text {
    width: 251px !important;
    height: 48px !important;
    line-height: 48px !important;
  }
  .old_type .input_search {
    width: 59px;
    height: 48px !important;
  }
  .old_type .hs_left,
  .old_type .hs_right {
    margin-top: 50px;
    width: 1300px;
  }
  .old_type .tab-ul li img {
    width: 180px;
  }
  .old_type .gc-lb li p {
    font-size: 32px;
  }
  .old_type .tab-ul li {
    height: auto;
    line-height: 42px;
    padding: 5px 12px !important;
    font-size: 42px;
  }
  .old_type .tab-ul {
    width: 100%;
    height: auto;
  }
  .old_type .gc-lb li {
    margin-top: 15px;
  }
  .old_type .hs_right .tab-ul li {
    padding: 5px 15px;
  }
  .old_type #tab2 .show {
    display: block;
    font-size: 36px !important;
    line-height: 72px !important;
  }
  .old_type .ty-list li {
    height: 72px;
    line-height: 72px;
  }
  .old_type .ty-list a {
    font-size: 36px;
    display: inline-block;
    max-width: 980px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 72px;
    text-overflow: ellipsis;
  }
  .old_type .ty-list span {
    float: right;
    font-size: 36px;
    line-height: 72px;
  }
  .old_type .content-ty {
    width: 1300px;
    margin-top: 50px;
  }
  .old_type .con-end {
    width: 1300px !important;
    height: auto;
    margin-top: 50px;
  }
  .old_type .link select{
    font-size: 24px;
  }
  .old_type #LeftAd, .old_type #RightAd, .old_type #lovexin16,.old_type #lovexin17{
    display: none;
  }
  .ty-header::after{
    display: block;
    clear: both;
    content: '';
  }
  .old_type .ty-header {
    height: auto;
    line-height: 56px;
}
.old_type .xlzt img {
  width: 200px;
    padding: 2px;
    height: 44px;
}
.old_type .ty-ul li a {
    font-size: 42px;
}
.old_type .jiantou {
    margin: 2px 0;
}
.old_type .ty-ul {
    margin: 4px 10px;
    float: left;
    width: auto !important;
    height: auto !important;
}
.old_type .intab {
    height: auto;
    line-height: 68px;
}
.old_type .ty-header p {
    font-size: 42px;
    line-height: 64px;
}
.old_type .intab li a {
    color: #464646;
    font-size: 42px;
}
.old_type .neiqian{
    margin-top: 50px;
    height: auto !important;
}
.old_type .link {
    margin-top: 0 !important;
}
.old_type .tab-ul::after {
    display: block;
    clear: both;
    content: '';
}
.old_type .govpushinfo150203 li {
    height: 72px;
    line-height: 72px;
    font-size: 36px;
}
.ariabodytopfiexed #LeftAd, .ariabodytopfiexed #lovexin16, .ariabodytopfiexed #RightAd, .ariabodytopfiexed #lovexin17{
    display: none;
}
.gc-lb::after {
    display: block;
    clear: both;
    content: '';
}
/* 手机版无障碍样式修改 */
.mobile_type .new_boount, .mobile_type .old_boount {
    display: none;
}
.mobile_type .tab-div .show {
    margin-top: 0vw;
}
.mobile_type.UseInMobile  .tab-div .show {
    margin-top: 0vw;
}
.mobile_type .cy_sy_ghb {
    margin-top: 1.5vw;
}
.mobile_type .gc-lb li {
    width: 31vw !important;
}
.mobile_type.UseInMobile .tab-div#tab-div9 .show {
    margin-top: 0;
}
.mobile_type .hdjl_phone li {
    width: 22vw;
    height: auto;
    margin-left: 2.5vw;
    margin-top: 4vw;
    float: left;
}
.mobile_type .ty-list li::after {
    display: block;
    clear: both;
    content: '';
}
.mobile_type.UseInMobile .hs_top p span {
    float: left;
    font-size: 4.2vw !important;
}
.tab-div div::after {
    display: block;
    clear: both;
    content: '';
}

/* 12.5 */
.select_txt{
    height: 40px;
    display: block;
    line-height: 37px;
    text-indent: 2em;
}
.option {
    width: 309px;
    height: auto;
    border: solid 1px #EDE7D6;
    position: absolute;
    top: -185px;
    left: -1px;
    z-index: 99;
    display: none;
}
.old_type .option{
    font-size: 20px;
}
.option a {
    display: block;
    height: auto;
    line-height: 26px;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    color: #333;
}
.mobile_type .option {
    width: 44vw;
}
.mobile_type .option3{
    top: -185px;
}
.old_type .select_txt {
    text-indent: 1em;
    font-size: 20px;
}
.option3{
    top: -160px;
}
.old_type .option3 {
    top: -185px;
}
.mobile_type .tab-ul .active {
    background: none !important;
}
.mobile_type img.\31 img {
    display: block !important;
}
.mobile_type img.\32 img {
    display: none !important;
}
body.UseInMobile.mobile_type .ariafontcontent.select_txt {
    font-size: 4vw !important;
}
body.UseInMobile.mobile_type .ariafontcontent.loginBtns {
    font-size: 4vw !important;
}